MapStrictMode

open class MapStrictMode

Using this class you can enable a strict mode that will throw the MapStrictModeException whenever the map would fail silently otherwise.

Functions

Link copied to clipboard
open fun setStrictModeEnabled(strictModeEnabled: Boolean)
Set the strict mode that will throw the MapStrictModeException whenever the map would fail silently otherwise.
Link copied to clipboard
open fun strictModeViolation(message: String)
open fun strictModeViolation(throwable: Throwable)
open fun strictModeViolation(message: String, throwable: Throwable)
Internal use.